home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
DirTree20.lha
/
dirtree20
/
DirTree.doc
< prev
next >
Wrap
Text File
|
1995-11-30
|
2KB
|
80 lines
DirTree V2.0
(c) by Defect Softworks 1994-1995
SYNOPSIS
--------
DirTree is a small,fast and reliable utility that dumps a directory with all
its files and subdirs to your console or file.
All subdirs are printed with color 1 (should be white) and all files are
printed with color 0 (usually black).
At the end DirTree prints the total size and number of files and dirs.
REQUIREMENTS
------------
DirTree needs AmigaDOS 2.04.
USAGE
-----
Execute DirTree from the CLI.
Type "DirTree [ <dir=directory> <savename=path+file> <size> <comment> ].
Examples: * "dirtree"
dir`s contents of current dir
* "dirtree dir=work:"
dir`s contents of work:
* "dirtree dir=sys:prefs savename=ram:dir.txt"
saves contents of sys:prefs to ram:dir.txt
* "dirtree dir=ram: comment size"
dir`s contents of ram: and size and comment of files
The output can be interrupted at any time by pressing Ctrl-C.
HINTS
-----
Please notice that DirTree is MUCH faster if you save the directory to a
file.
LAST WORDS
---------
DirTree should work fine on all configurations. Please drop me a mesage if
there are any problems.
Andreas Wiencke
Hamburger Alle 98
19063 Schwerin
Germany
Tel: 0385/215778
E-Mail: Insider@SpyBox.shnet.org
HISTORY
-------
V1.0 ....... * initial release
* 17.11.94
V1.1 ....... * added -s option
* 03.03.95
V1.2 ....... * filenames were only printed up to 17 chars, dirs only
up to 24 chars, bug removed
* 08.02.95
V2.0 ..... * use ReadArgs now
* save to file now by command line, filerequester removed
* option "COMMENT" added
* option "SIZE" added
* removed Enforcer Hit
* 30.11.95